Since HighContrast is not using different background colors
as much as Adwaita, we need to add borders to prevent things
from running into each other.
}
/**********
- * Frames *
+ * rames *
**********/
frame border,
.frame {
&.flat { border-style: none; }
&:backdrop { border-color: $backdrop_borders_color; }
padding: 0;
- &.action-bar {
- padding: 6px;
- border-width: 1px 0 0;
- }
+}
+
+actionbar box {
+ padding: 6px;
+ border-width: 1px 0 0;
+ border-color: $borders_color;
+ border-style: solid none none;
}
placessidebar,
color: #fff; }
/**********
- * Frames *
+ * rames *
**********/
frame border,
.frame {
frame border:backdrop,
.frame:backdrop {
border-color: #737373; }
- frame border.action-bar,
- .frame.action-bar {
- padding: 6px;
- border-width: 1px 0 0; }
+
+actionbar box {
+ padding: 6px;
+ border-width: 1px 0 0;
+ border-color: gray;
+ border-style: solid none none; }
placessidebar .frame,
scrolledwindow .frame {
color: #fff; }
/**********
- * Frames *
+ * rames *
**********/
frame border,
.frame {
frame border:backdrop,
.frame:backdrop {
border-color: #8d8d8d; }
- frame border.action-bar,
- .frame.action-bar {
- padding: 6px;
- border-width: 1px 0 0; }
+
+actionbar box {
+ padding: 6px;
+ border-width: 1px 0 0;
+ border-color: gray;
+ border-style: solid none none; }
placessidebar .frame,
scrolledwindow .frame {